* lisp/misearch.el (multi-isearch-buffers): Set the value of
authorJuri Linkov <juri@jurta.org>
Wed, 11 Dec 2013 00:11:26 +0000 (02:11 +0200)
committerJuri Linkov <juri@jurta.org>
Wed, 11 Dec 2013 00:11:26 +0000 (02:11 +0200)
commitd167bb1617ac2b2114af49b744f886c1961e10a2
tree186158830540115e9b2c366b41fe238c8c8fe4c8
parentec330373aa00ffb2ae5d5f471f07354146f1420c
* lisp/misearch.el (multi-isearch-buffers): Set the value of
`multi-isearch-buffer-list' globally.  Set NO-RECURSIVE-EDIT
arg of isearch-forward to t.
(multi-isearch-buffers-regexp): Set the value of
`multi-isearch-buffer-list' globally.  Set NO-RECURSIVE-EDIT
arg of isearch-forward-regexp to t.
(multi-isearch-files): Set the value of
`multi-isearch-file-list' globally.  Set NO-RECURSIVE-EDIT
arg of isearch-forward to t.
(multi-isearch-files-regexp): Set the value of
`multi-isearch-file-list globally.  Set NO-RECURSIVE-EDIT
arg of isearch-forward-regexp to t.

* lisp/dired-aux.el (dired-isearch-filenames): Set NO-RECURSIVE-EDIT
arg of isearch-forward to t.
(dired-isearch-filenames-regexp): Set NO-RECURSIVE-EDIT
arg of isearch-forward-regexp to t.
(dired-isearch-filter-filenames): Remove unnecessary check for
`dired-isearch-filenames'.

* lisp/comint.el (comint-history-isearch-backward):
Set NO-RECURSIVE-EDIT arg of isearch-backward to t.
(comint-history-isearch-backward-regexp):
Set NO-RECURSIVE-EDIT arg of isearch-backward-regexp to t.
lisp/ChangeLog
lisp/comint.el
lisp/dired-aux.el
lisp/dired.el
lisp/misearch.el